
.view{
    max-width: 1280px;
    padding:0 30px;
    margin: 0 auto;
}
.sub-banner{
	position: relative;
	z-index: 10;
}
.sub-banner img{
    width: 100%;
}
.sub-banner .text-box{
	position: absolute;
	left:0;
	top:53%;
	width: 100%;
	transform:translateY(-50%);
	color: #fff;
}
.ban-invest .text-box{
	top:50%;
}
.sub-banner .text-box h3{
	font-size: 56px;
	line-height: 80px;
}
.sub-banner .text-box .con{
	font-size: 18px;
	line-height: 30px;
	margin-top: 40px;
	width: 510px;
}
.sub-banner .text-box .play-btn{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding:15px 40px 15px 60px;
	border:1px solid #fff;
	background-image: url(../img/play-btn.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	margin-top: 70px;
	line-height: 16px;
	transition:all .3s linear;
}
.sub-banner .text-box .play-btn:hover{
	background-color: #c7202e;
	border-color: #c7202e;
}
.line-box{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.line-box .line-wrap{
	width: 91%;
	height: 100%;
	font-size: 0;
	margin: 0 auto;
}
.line-box .line-wrap span{
	display: inline-block;
	width: 25%;
	height: 100%;
	box-sizing:border-box;
	border-right:1px solid rgba(32,32,32,.05);
}
.line-box .line-wrap span:first-child{
	border-left:1px solid rgba(32,32,32,.05);
}

.sub-nav-box{
	box-shadow: 0 3px 27px rgba(0,0,0,.06);
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.sub-nav-box .sub-nav{
	font-size: 0;
}
.sub-nav-box .sub-nav a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 14px;
	color: #30303c;
	line-height: 80px;
	text-align: center;
	position: relative;
	transition: all .3s linear;
	transform: translate3d(0, 0, 0);
}
.sub-nav-box .sub-nav a:before{
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	width: 1px;
	height: 10px;
	transform:translateY(-50%);
	background: #e5e5e5;
	transition: all .3s linear;
}

.sub-nav-box .sub-nav a:first-child:after{
	content: "";
	position: absolute;
	left:0;
	top:50%;
	width: 1px;
	height: 10px;
	top: 50%;
	transform:translateY(-50%);
	background: #e5e5e5;
	transition: all .3s linear;
}
.sub-nav-box .sub-nav a:hover,
.sub-nav-box .sub-nav a.cur{
	color: #fff;
	background-color: #c7202e;
}
.sub-nav-box .sub-nav a:hover:after,
.sub-nav-box .sub-nav a:hover:before,
.sub-nav-box .sub-nav a.cur:after,
.sub-nav-box .sub-nav a.cur:before{
	opacity: 0;
}
.about-nav a{
	width: 20%;
}

.about-box{
	background-color: #fafafa;
}
.about-wrap{
	position: relative;
	z-index: 10;
	padding:110px 0 120px;
	
}
.pub-tit{
	font-size: 42px;
	line-height: 52px;
	color: #111;
}
.pub-con{
	font-size: 16px;
	line-height: 30px;
	color: #111;
}
.about-box .left{
	float: left;
	width: 53.125%;
	position: relative;
	z-index: 3;
}
.about-box .left .about-tit{
	font-size: 24px;
	line-height: 34px;
	margin-top: 30px;
}
.about-box .left .pub-con{
	width: 70%;
	margin-top: 15px;
}
.about-box .left .about-more{
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 2px;
	padding-right: 15px;
	background-position: right center;
	background-image: url(../img/about-more.png);
	background-repeat: no-repeat;
	transition:all .3s linear;
}
.about-box .left .about-more:hover{
	color: #c7202e;
	background-image: url(../img/about-more2.png);
}
.about-box .left .num-box{
	box-shadow: 0 3px 40px rgba(199,3,19,.06);
	padding:50px 0 50px 30px;
	margin-top: 65px;
	background-color: #fff;
	border-radius: 0 90px 0 0;
	width: 935px;
}
.about-box .left .num-box .item{
	float: left;
	width: 270px;
	padding:25px 20px;
}
.about-box .left .num-box .item:nth-child(2){
	border-left:1px solid #e8edf5;
	border-right:1px solid #e8edf5;
}

.about-box .left .num-box .item .icon{
	float: left;
	width: 47px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 5px;
	transition:all .3s linear;
}
/*.about-box .left .num-box .item:nth-child(1) .icon{
	background-image: url(../img/about-icon1.png);
}
.about-box .left .num-box .item:nth-child(2) .icon{
	background-image: url(../img/about-icon2.png);
}
.about-box .left .num-box .item:nth-child(3) .icon{
	background-image: url(../img/about-icon4.png);
}*/

/*.about-box .left .num-box .item:hover:nth-child(1) .icon{
	background-image: url(../img/h-about-icon1.png);
}
.about-box .left .num-box .item:hover:nth-child(2) .icon{
	background-image: url(../img/h-about-icon2.png);
}
.about-box .left .num-box .item:hover:nth-child(3) .icon{
	background-image: url(../img/h-about-icon4.png);
}*/

.about-box .left .num-box .item .text{
	float: right;
	width: 210px;
}
.about-box .left .num-box .item .text .num{
	font-size: 50px;
	color: #444444;
	font-family: "Century Gothic";
	line-height: 50px;
	font-weight:bold;
	display: inline-block;
}
.about-box .left .num-box .item .text .unit-box{
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	display: inline-block;
}
.about-box .left .num-box .item .text .unit-box .unit{
	line-height: 24px;
}
.about-box .left .num-box .item .text .jia{
	font-size: 26px;
	line-height: 26px;
}

.about-box .left .num-box .item .con{
	font-size:14px;
	line-height: 20px;
	color: #333333;
}

.about-box .right{
	position: absolute;
	right: 0;
	top:45%;
	width: 57%;
	transform:translateY(-50%);
}
.about-box .right img{
	width: 100%;
}
.about-dialog-box{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
.about-dialog-box .mask{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .37;
}
.about-dialog-box .about-dialog-wrap{
	position: absolute;
	width: 730px;
	height: 87vh;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color: #fff;
	box-sizing:border-box;
	padding:80px 45px 80px 80px;
	overflow: hidden;
}
.about-dialog-box .about-dialog{
	overflow: hidden;
	height: 100%;
}
.about-dialog-box .about-dialog .mCSB_scrollTools .mCSB_draggerRail{
	width: 1px;
	background-color: #f6f6f6;
}
.about-dialog-box .about-dialog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #c70313;
}
.about-dialog-box .dialog-close{
	position: absolute;
	right: 40px;
	top:35px;
	width: 24px;
	height: 24px;
	background-image: url(../img/dialog-close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-dialog h3{
	font-size: 24px;
	color: #333;
	text-align:center;
	line-height: 34px;
}
.about-dialog .pub-con{
	margin-top: 30px;
}
.dream-box{
	background-color: #fafafa;
}
.dream-box .white-bg{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 0 300px;
	overflow: hidden;
	background-color: #fff;
}
.dream-wrap{
	position: relative;
	z-index: 10;
	padding:75px 0 110px;	
}
.dream-wrap .left{
	float: left;
	width: 69.14%;
	margin-left: -13%;
	position: relative;
}
.dream-wrap .left img{
	width: 100%;
}

.dream-wrap .left .play-btn{
	position: absolute;
	left:50%;
	top:50%;
	width: 36px;
	height: 36px;
	background-image: url(../img/dream-play.png);
	background-repeat: no-repeat;
	background-position: center;
}
.dream-wrap .right{
	float: right;
	width: 390px;
	margin-right: 4.6875%;
}
.dream-wrap .right .pub-tit{
	text-align: center;
}

.dream-wrap .right .dream-list{
	margin-top: 85px;
	position: relative;
	overflow: hidden;
}
.dream-wrap .right .dream-list:before{
	content: "";
	position: absolute;
	left:180px;
	top:60px;
	width: 3px;
	height: 100%;
	background-color: #323434;
}
.dream-wrap .right .item{
	position: relative;
	margin-bottom: 60px;
}
.dream-wrap .right .item:last-child{
	margin-bottom: 0;
}
.dream-wrap .right .item .icon{
	float: left ;
	width: 103px;
	margin-left:50px;
}

.dream-wrap .right .item .text{
	float: right;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}
.dream-wrap .right .item .point{
	position: absolute;
	left:170px;
	top:50%;
	transform:translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/dream-point.png);
	background-repeat: no-repeat;
	background-position: center;
}

.dream-wrap .right .item:nth-child(1) .text{
	margin-right: 30px;
}
.dream-wrap .right .item:nth-child(2) .icon{
	float: right;
	margin-right: 80px;
	margin-left:0;
}
.dream-wrap .right .item:nth-child(2) .text{
	float: left;
}
.dream-wrap .right .item:last-child:before{
	content: "";
	position: absolute;
	left: 180px;
	width: 3px;
	height: 50%;
	background-color: #fff;
	bottom:0;
}
.event-box{
	background-color: #fafafa;
}
.event-wrap{
	padding:160px 0 150px;
	position: relative;
	z-index: 10;
}
.event-wrap .event-scroll{
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}
.event-wrap .item{
	width: 290px;
	float: left;
	margin-right: 200px;
}
.event-wrap .item:last-child{
	margin-right: 0;
}
.event-wrap .item .year-box{
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.event-wrap .item .icon{
	float: left;
	width: 120px;
}
.event-wrap .item .year{
	padding:0 30px;
}
.event-wrap .item .year .time{
	float: left;
	font-size: 30px;
	color: #231815;
	margin-top: 30px;
	margin-left:25px;
	line-height: 40px;
}

.event-wrap .item .text-box{
	padding-left: 40px;
	margin-top: 25px;
	background-position: 0 10px;
	background-repeat: no-repeat;
	background-image: url(../img/event-jia.png);
}
.event-wrap .item .text-box h3{
	font-size: 24px;
	color: #000000;
	line-height: 34px;
}
.event-wrap .item .text-box .pub-con{
	color: #666;
	letter-spacing: 1px;
	margin-top: 10px;
}
.event-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: 65%;
	margin:0 auto 10px;
}

.event-wrap .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #e0dfde
}
.event-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	height: 27px;
}
.event-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width: 27px;
}
.event-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 27px;
	height:27px;
	background-repeat: no-repeat;
	background-image: url(../img/event-scrollbar.png);
	margin:0;
	box-shadow: 0 0 10px rgba(199,3,19,.26);
}
.event-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	margin-top: 14px;
}
.event-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 115px;
}
.honor-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.honor-wrap{
	padding:140px 0 150px;
	position: relative;
	z-index: 10;
}
.honor-wrap .honor{
	margin-top: 40px;
	position: relative;
}
.honor-wrap .honor .honor-tab{
	float: left;
	width: 57.8125%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 40px rgba(0,0,0,.07);
}
.honor-wrap .honor .honor-tab .btns{
	font-size: 0;
	position: absolute;
	left: 0;
	bottom:20px;
	width: 100%;
	z-index: 3;
	text-align: center;
}
.honor-wrap .honor .honor-tab .btns .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: transparent;
	display:inline-block;
	vertical-align: top;
	margin:0 10px;
	background-image: url(../img/honor-point1.png);
	background-position: center;
}
.honor-wrap .honor .honor-tab .btns .swiper-pagination-bullet-active{
	background-image: url(../img/honor-point2.png);
}
.honor-wrap .honor .right{
	position: absolute;
	right: 0;
	top:0;
	width: 40%;
	height: 100%;
	box-sizing:border-box;
	background-color:#fff;
	box-shadow: 0 3px 40px rgba(0,0,0,.07);
	border-radius: 0 90px 0 0;
	padding:30px 55px 50px;
}

.honor-wrap .honor .right .list{
	overflow: hidden;
	height: 100%;
}
.honor-wrap .honor .right .list a{
	display: block;
	padding:25px 0;
	border-bottom:1px solid #ebebeb;
	padding-left:45px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(../img/honor-icon1.png);
	color: #3b3b3b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	transition:all .3s linear;
}
.honor-wrap .honor .right .list a:hover{
	color: #c70313;
	background-image: url(../img/honor-icon2.png);
}

.honor-wrap .honor .right .list .mCSB_scrollTools .mCSB_draggerRail{
}
.honor-wrap .honor .right .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #c70313;
}
.video-box{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.video-box .mask{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .37;
}
.video-box .video{
	width: 940px;
	height: 530px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color: #000;
}
.video-box .video video{
	width: 100%;
	height: 100%;
}
.video-box .video .close{
	position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    background-image: url(../img/video-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-box{
	background-color: #fafafa;
	padding: 170px 0 210px;
}

.team-box .team{
	overflow: hidden;
	margin-top: 80px;
}
.team-box .item{
	float: left;
	width: 370px;
	margin-right: 75px;
}
.team-box .item:last-child{
	margin-right: 0;
}
.team-box .img{
	width: 222px;
	border-radius: 100%;
	overflow: hidden;
}
.team-box .text-box{
	margin-top: 20px;
}
.team-box .text-box .tit{
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 10px;
}
.team-box .text-box .desc{
	font-size: 18px;
	color: #000;
	line-height: 28px;
}
.team-box .text-box .pub-con{
	color: #666666;
	margin-top: 5px;
}
.team-box .text-box .more-btn{
	display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    padding-right: 15px;
    background-position: right center;
    background-image: url(../img/about-more.png);
    background-repeat: no-repeat;
    transition: all .3s linear;
}
.team-box .text-box .more-btn:hover{
	color: #c7202e;
    background-image: url(../img/about-more2.png);
}


.team-box .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: 65%;
	margin:0 auto 10px;
}

.team-box .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #e0dfde
}
.team-box .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	height: 27px;
}
.team-box .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width: 27px;
}
.team-box .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 27px;
	height:27px;
	background-repeat: no-repeat;
	background-image: url(../img/event-scrollbar.png);
	margin:0;
	box-shadow: 0 0 10px rgba(199,3,19,.26);
}
.team-box .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	margin-top: 14px;
}
.team-box .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 115px;
}

.team-ajax{
	display: none;
}
.team-ajax .about-dialog-box{
	display: block;
}

/************about end********/
.sub-banner .text .en{
	text-transform: uppercase;
}
.sub-banner .text .line{
	width: 120px;
	height: 6px;
	background-color: #fff;
	margin-top: 60px;
}
.news-nav{
	text-align: center;
}
.idea-nav a{
	width: 33.33%;
}
.idea-box{
	background-color: #2e9bcc;
}
.idea-wrap{
	padding:30px 0 160px;
}
.idea-box .white-bg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 300px;
    overflow: hidden;
    background-color: #fff;
}
.idea-box .idea-wrap{
	position: relative;
	z-index: 10;
}
.idea-wrap .left{
	margin-top: 80px;
	float: left;
	width: 23.4375%;
}
.idea-wrap .left .text-list{
	margin-top: 25px;
}
.idea-wrap .left .text-list .item{
	margin-bottom: 30px;
}

.idea-wrap .left .text-list .item:last-child{
	margin-bottom: 0;
}
.idea-wrap .left .text-list .tit{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 5px;
}
.idea-wrap .left .text-list .con{
	font-size: 14px;
	line-height: 30px;
}
.idea-wrap .left .img{
	width: 281px;
	margin-top: 230px;
	margin-left:20px;
}
.idea-wrap .right{
	position: absolute;
	right: 0;
	top:0;
	width: 1023px;
	height: 1023px;
	border:1px solid #f8f8f8;
	border-radius: 100%;
}
.idea-wrap .right .circle{
	border:1px solid #f8f8f8;
	border-radius: 100%;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.idea-wrap .right .c2{
	width: 867px;
	height: 867px;
	border:1px solid #f5f5f5;
}
.idea-wrap .right .c3{
	width: 678px;
	height: 678px;
	border:1px solid #f2f2f2;
}
.idea-wrap .right .c4{
	width: 552px;
	height: 552px;
	border:2px dashed #ff9125;
}
.idea-wrap .right .img{
	width: 380px;
	height: 380px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.idea-wrap .right .con-list .item{
	position: absolute;
}
.idea-wrap .right .con-list .item:nth-child(1){
	left:50%;
	top:-150px;
	transform:translateX(-50%);
}
.idea-wrap .right .con-list .item .icon{
	width: 113px;
	height: 113px;
	position: relative;
	cursor: pointer;
}
.idea-wrap .right .con-list .item .icon .txt-box{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #2d2d2d;
	line-height: 30px;
	opacity: 0;
	transition:all .3s linear;
}
.idea-wrap .right .con-list .item .icon .txt-box .txt{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	text-align: center;
	transform:translateY(-50%);
}
.idea-wrap .right .con-list .item .text{
	font-size: 16px;
	color: #2d2d2d;
	line-height: 24px;
}
.idea-wrap .right .con-list .item .text .con{
	font-size: 14px;
	line-height: 20px;
}
/*.idea-wrap .right .con-list .item .tit{
	font-size: 20px;
	color: #2d2d2d;
	line-height: 30px;
	text-align: center;
}*/
.idea-wrap .right .con-list .item:nth-child(1) .text{
	margin-bottom:10px;
}

.idea-wrap .right .con-list .item:nth-child(1) .text,
.idea-wrap .right .con-list .item:nth-child(4) .text{
	text-align: center;
}
.idea-wrap .right .con-list .item:nth-child(1) .icon,
.idea-wrap .right .con-list .item:nth-child(4) .icon{
	margin:0 auto;
}
.idea-wrap .right .con-list .item .icon img{
	width: 100%;
}
.idea-wrap .right .con-list .item:nth-child(2),
.idea-wrap .right .con-list .item:nth-child(3){
	top:55%;
	transform:translateY(-50%);
}
.idea-wrap .right .con-list .item:nth-child(2){
	left:-180px;
	text-align: right;
	width: 200px;
}

.idea-wrap .right .con-list .item:nth-child(2) .icon,
.idea-wrap .right .con-list .item:nth-child(3) .icon{
	display: inline-block;
}
.idea-wrap .right .con-list .item:nth-child(2) .text,
.idea-wrap .right .con-list .item:nth-child(3) .text{
	margin-top: 10px;
}
.idea-wrap .right .con-list .item:nth-child(2) .text{
	padding-right: 20px;
}
.idea-wrap .right .con-list .item:nth-child(3){
	right: -155px;
	width: 170px;
}

.idea-wrap .right .con-list .item:nth-child(3) .text{
	padding-left: 20px;
}
.idea-wrap .right .con-list .item:nth-child(4){
	bottom:-170px;
	width: 400px;
	left:50%;
	transform:translateX(-50%);
}
.idea-wrap .right .con-list .item:nth-child(4) .text{
	margin-top:10px;
}
.idea-wrap .right .tit-list .item{
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	color: #2d2d2d;
}
.idea-wrap .right .tit-list .item:nth-child(2),
.idea-wrap .right .tit-list .item:nth-child(3){
	font-size: 24px;
	line-height: 34px;
}
.idea-wrap .right .tit-list .item:nth-child(1){
	left:50%;
	transform:translateX(-50%);
	top:30px;
}
.idea-wrap .right .tit-list .item:nth-child(2),
.idea-wrap .right .tit-list .item:nth-child(3){
	top:50%;
	transform:translateY(-50%);
}
.idea-wrap .right .tit-list .item:nth-child(2){
	left:35px;
}
.idea-wrap .right .tit-list .item:nth-child(3){
	right:35px;
}
.idea-wrap .right .tit-list .item:nth-child(4){
	left:50%;
	transform:translateX(-50%);
	bottom:30px;
}
.idea-wrap .right .con-list .item .icon:hover .txt-box{
	opacity: 1;
}
.support-box{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.support-wrap .pub-tit{
	text-align: center;
	color: #fff;
}
.support-wrap{
	padding: 90px 0 140px;
	position: relative;
	z-index: 10;
}
.support-wrap .support{
	margin-top: 40px;
}
.support-wrap .support .item{
	box-sizing:border-box;
	padding:0 10px;
}
.support-wrap .support .item .con-box{
	border:2px solid rgba(255,255,255,.2);
	padding:60px 20px 40px;
}
.support-wrap .support .item .icon{
	width: 81px;
	margin:0 auto;
	position: relative;
	top:0;
	transition:all .3s linear;
}
.support-wrap .support .item .txt{
	text-align:center;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
	font-size: 18px;
}
.support-wrap .support .item .con-box:hover .icon{
	top:-15px;
}
.culture-box{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.culture-wrap{
	padding:90px 0 130px;
	position: relative;
	z-index: 10;
}
.culture-wrap .pub-tit{
	text-align: center;
}
.culture-wrap .culture{
	overflow: hidden;
	margin-top: 50px;
}
.culture-wrap .culture .swiper-slide a{
	display: block;
}
.culture-wrap .culture .swiper-slide .img{
	position: relative;
}
.culture-wrap .culture .swiper-slide .mask{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #d2d2d2;
	opacity: .1;
}
.culture-wrap .culture .swiper-slide .text-box{
	padding:50px 30px 60px;
	background-color: #fff;
	text-align: center;
	transition:all .3s linear;
}
.culture-wrap .culture .swiper-slide .text-box .tit{
	font-size: 20px;
	color: #181818;
	line-height: 30px;
	transition:all .3s linear;
}
.culture-wrap .culture .swiper-slide .text-box .pub-con{
	color: #777777;
	line-height: 26px;
	height: 52px;
	margin-top: 10px;
	transition:all .3s linear;
}
.culture-wrap .culture .swiper-slide .text-box .time{
	font-size: 14px;
	color: #909090;
	display: inline-block;
	margin-top: 20px;
	transition:all .3s linear;
}
.culture .btns{
	font-size: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	margin-top: 40px;
}
.culture .btns .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: transparent;
	display:inline-block;
	vertical-align: top;
	margin:0 10px;
	background-image: url(../img/honor-point1.png);
	background-position: center;
}
.culture .btns .swiper-pagination-bullet-active{
	background-image: url(../img/honor-point2.png);
}
.culture-wrap .culture .swiper-slide:hover .text-box{
	background-color: #c7202e;
}
.culture-wrap .culture .swiper-slide:hover .text-box .tit,
.culture-wrap .culture .swiper-slide:hover .text-box .pub-con,
.culture-wrap .culture .swiper-slide:hover .text-box .time{
	color: #fff;
}
.culture-tab .prev,
.culture-tab .next{
	position: absolute;
	top:120px;
	width: 12px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.culture-tab .prev{
	left: -7%;
	background-image: url(../img/culture-prev.png);
}
.culture-tab .next{
	right: -7%;
	background-image: url(../img/culture-next.png);
}
.human-idea-box{
	padding:100px 0 145px;
	background-repeat: no-repeat;
	background-position:90% 160px;
}
.human-idea-box .pub-tit{
	margin-bottom: 30px;
}
.human-idea-box .pub-con{
	line-height: 40px;
}
.human-idea-box .list{
	margin-top: 65px;
}
.human-idea-box .list .row{
	margin-left:-45px;
	margin-right:-45px;
}
.human-idea-box .list .item{
	box-sizing:border-box;
	padding:0 45px;
}
.human-idea-box .list .item:nth-child(1) .con-box{
	background-color: #00adbd;
}
.human-idea-box .list .item:nth-child(2) .con-box{
	background-color: #f3b133;
}
.human-idea-box .list .item:nth-child(3) .con-box{
	background-color: #4ec09e;
}

.human-idea-box .list .item .con-box{
	padding:85px 55px 75px;
	border-radius: 0 0 0 90px;
}
.human-idea-box .list .item .icon{
	width: 115px;
	margin:0 auto 15px;
}
.human-idea-box .list .item .tit{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
.human-idea-box .list .item .more{
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/human-jia.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 60px auto 0;
}
.human-idea-box .list .item .dialog{
	display: none;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	padding:40px 55px 75px;
	box-sizing:border-box;
	border-radius: 0 0 0 90px;
}
.human-idea-box .list .item:nth-child(1) .dialog{
	background-color: #00adbd;
}
.human-idea-box .list .item:nth-child(2) .dialog{
	background-color: #f3b133;
}
.human-idea-box .list .item:nth-child(3) .dialog{
	background-color: #4ec09e;
}
.human-idea-box .list .item .dialog .human-close{
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/human-close.png);
	margin:0 auto 30px;
}
.human-idea-box .list .item .dialog .pub-con{
	line-height: 28px;
	color: #fff;
	margin-top: 10px;
	height: 225px;
}
.team-img{
	height: 722px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.recruit-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.recruit-wrap{
	padding:100px 0;
	position: relative;
	z-index: 10;
}
.recruit-box .pub-tit{
	text-align: center;
}
.recruit-box .recruit-list{
	margin-top: 40px;
}
.recruit-box .recruit-list li{
	border-bottom:1px solid #f5f5f5;
}
.recruit-box .recruit-list li:last-child{
	border-bottom: none;
}
.recruit-box .recruit-list li .tit-box{
	background-color: #fff;
	padding:15px 75px 15px 65px;
}
.recruit-box .recruit-list li .tit-box .staff{
	float: left;
	padding-right: 30px;
	width: 150px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
}
.recruit-box .recruit-list li .tit-box .require-item{
	float: left;
	border-left:1px solid #e2e2e2;
	padding:10px 0;
	padding-left:30px;
}
.recruit-box .recruit-list li .tit-box .require-item .item{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666;
}
.recruit-box .recruit-list li .tit-box .require-item .item:last-child{
	margin-bottom: 0;
}
.recruit-box .recruit-list li .tit-box .require-item .item span{
	display: inline-block;
	margin-right: 80px;
}
.recruit-box .recruit-list li .tit-box .require-item .item span b{
	color: #949494;
	font-weight: normal;
}
.recruit-box .recruit-list li .tit-box .require-item .item span:nth-child(1){
	width: 190px;
}
.recruit-box .recruit-list li .tit-box .require-item .item span:last-child{
	margin-right: 0;
}
.recruit-box .recruit-list li .tit-box .btns{
	float: right;
	font-size: 0;
	margin-top: 30px;
}
.recruit-box .recruit-list li .tit-box .btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 113px;
	height: 32px;
	line-height: 32px;
	background-color: #7f7f7f;
	color: #efefef;
	text-align: center;
	margin-left: 12px;
	font-size: 14px;
	transition:all .3s linear;
}
.recruit-box .recruit-list li .tit-box .btns a:hover{
	background-color: #c70313;
}

.recruit-box .recruit-list li .sub{
	padding:40px 65px;
	color: #666;
	display: none;
}
.recruit-box .recruit-list li .sub .pub-con{
	color: #666;
}
.recruit-box .recruit-list li .sub h3{
	font-size: 18px;
	color: #666;
}
.recruit-box .recruit-list li .sub .apply{
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #c70313;
	margin-top: 45px;
}
.recruit-box .page{
	margin-top: 55px;
}
.page{
	font-size: 0;
	text-align: center;

}
.page a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 12px;
	color: #666;
	padding:5px 13px;
	border:1px solid #e5e5e5;
	border-left:none;
	background-color: #fff;
	transition:all .3s linear;
}

.page a:first-child{
	border-left:1px solid #e5e5e5;
}
.page a.prev,
.page a.next{
	color: #bcbcbc;
	background-repeat: no-repeat;
}
.page a.prev{
	padding:5px 20px 5px 30px;
	background-position: 17px center;
	background-image: url(../img/page-prev.png);
}
.page a.next{
	padding:5px 30px 5px 20px;
	background-position: 64px center;
	background-image: url(../img/page-next.png);
}

.page a:hover,
.page a.active{
	color: #fff;
	background-color: #c70313;
	border-color: #c70313;
}

.page a.prev:hover{
	background-image: url(../img/page-prev2.png);
}
.page a.next:hover{
	background-image: url(../img/page-next2.png);
}
.contact-wrap{
	padding:90px 0 190px;
}
.contact-wrap .pub-tit{
	text-align: center;
}
.contact-wrap .pub-con{
	text-align: center;
	margin:20px auto 0;
	width: 690px;
}
.contact-wrap .contact-list{
	margin-top: 100px;
}
.contact-wrap .contact-list .item:last-child .con-box{
	cursor:pointer;
}
.contact-wrap .contact-list .icon{
	width: 	162px;
}
.contact-wrap .contact-list .text{
	margin-top: 10px;
}
.contact-wrap .contact-list .tit{
	font-size: 20px;
	color: #101010;
	line-height: 30px;
}
.contact-wrap .contact-list .con{
	font-size: 16px;
	line-height: 30px;
	color: #101010;
	margin-top: 15px;
}
.contact-dialog-box{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.contact-dialog-box .mask{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .37;
}

.contact-dialog-box .contact-dialog{
	position: absolute;
	width: 790px;
	background-color: #fff;
	left:50%;
	top: 50%;
	transform:translate(-50%,-50%);
	padding:90px 120px 60px;
	box-sizing:border-box;
}
.contact-dialog-box .contact-dialog .pub-con span{
	color: #c70313;
}
.contact-dialog-box .contact-dialog .contact-form{
	margin-top: 20px;
}
.contact-dialog-box .contact-dialog input[type=text]{
	float: left;
	width: 235px;
	height: 20px;
	padding:10px;
	border:1px solid #d2d2d2;
	margin-bottom: 20px;
	-webkit-appearance:none;
	font-size: 16px;
	color: #c7c7c7;
	line-height: 30px;
	border-radius: 0;
}
.contact-dialog-box .contact-dialog input[type=text]:nth-child(2n){
	float: right;
}
.contact-dialog-box .contact-dialog textarea{
	width: calc(100% - 20px);
	float: left;
	height: 80px;
	border:1px solid #d2d2d2;
	padding:10px;
	resize:none;
	-webkit-appearance:none;
	margin-bottom: 20px;
	font-size: 16px;
	color: #c7c7c7;
	line-height: 30px;
	border-radius: 0;
}
.contact-dialog-box .contact-dialog .check-box{
	float: left;
	width: 255px;
}
.contact-dialog-box .contact-dialog .check-box input{
	margin-bottom: 0;
	width: 120px;
}
.contact-dialog-box .contact-dialog .check-box img{
	float: right;
	height: 42px;
	width: 100px;
}
.contact-dialog-box .contact-dialog input[type=submit]{
	position: absolute;
	right: 0;
	bottom:0;
	width: 120px;
	height: 42px;
	background-color: #c70313;
	color: #fff;
	border:none;
	padding:0;
	border-radius: 0;
}
.contact-dialog-box .contact-dialog .contact-close{
	position: absolute;
	right: 20px;
	top:20px;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/contact-close.png);
}
/***********join end********/
.partner-box{
	padding:120px 0 160px;
	position: relative;
	z-index: 3;
}
.partner-box .pub-tit{
	text-align: center;
}
.partner-box .partner-list{
	margin-top: 60px;
	position: relative;
}
.partner-box .partner-list:before{
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 10;
}
.partner-box .item{
	position: relative;
}
.partner-box .item .img{
	box-sizing:border-box;
	/*border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;*/
	transition:all .3s linear;
	padding:29px 20px;
}
.partner-box .item .img:before{
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: 1px;
	height: 100%;
	background-color: #e4e4e4;
}
.partner-box .item .img:after{
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	height: 1px;
	width: 100%;
	background-color: #e4e4e4;
}
.partner-box .item:nth-child(4n) .img:before{
	background-color:transparent;
}
.partner-box .item .text{
	position: absolute;
	left:0;
	top:100%;
	width: 100%;
	height: 100%;
	background-color: #c7202e;
	z-index: 11;
	box-sizing:border-box;
	padding:25px 20px 15px;
	color: #fff;
	display: none;
}
.partner-box .item .text h3{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.partner-box .item .text .pub-con{
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}
.partner-box .item .text .mCSB_scrollTools .mCSB_draggerRail{
	width: 1px;
	background-color: #fff;
	opacity: .5;
}
.partner-box .item .text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 5px;
}
.partner-box .item:hover,
.partner-box .item.cur{
	z-index: 3;
}
.partner-box .item:hover .img,
.partner-box .item.cur .img{
	box-shadow: 0 0 21px rgba(199,32,46,.1);
}
.partner-box .item:hover .img:before,
.partner-box .item:hover .img:after,
.partner-box .item.cur .img:before,
.partner-box .item.cur .img:after{
	background-color: #fff;
}
/********partner end********/
.news-box{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.news-wrap{
	padding:100px 0 160px;
	position: relative;
	z-index: 10;
}
.news-wrap .pub-tit{
	text-align: center;
}
.news-wrap .first-box{
	margin-top: 60px;
	position: relative;
	background-color: #fff;
	border-radius: 0 0 90px 0; 
}
.news-wrap .img{
	float: left;
	width: 43%;
	overflow: hidden;
}
.news-wrap .first-box .img img{
	transition:all .3s linear;
}
.news-wrap .text-box{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width: 57%;
	right: 0;
	box-sizing:border-box;
	padding:0 7%;
}
.news-wrap .text-box a{
	display: block;
}
.news-wrap .text-box .time{
	display: inline-block;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 30px;
}
.news-wrap .text-box .time:after{
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	width: 36px;
	height: 2px;
	background-color: #c7202e;
}
.news-wrap .text-box .tit{
	font-size: 22px;
	line-height: 32px;
	color: #000000;
}

.news-wrap .text-box .con{
	font-size: 16px;
	color: #636363;
	line-height: 24px;
	margin-top: 15px;
	height: 48px;
}
.news-wrap .text-box .detail{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding:10px 55px 10px 30px;
	margin-top: 30px;
	border:1px solid #e0e0e0;
	color: #666666;
	background-image: url(../img/news-detail.png);
	background-position: 80px center;
	background-repeat: no-repeat;
	border-radius: 2px;
	transition:all .3s linear;
}
.news-wrap .text-box .detail:hover{
	background-image: url(../img/news-detail2.png);
	color: #fff;
	border-color: #c7202e;
	background-color: #c7202e;
}
.news-wrap .list{
	margin-top: 40px;
}
.news-wrap .list li{
	background-color: #fff;
	margin-bottom: 40px;
}
.news-wrap .list li:last-child{
	margin-bottom: 0;
}
.news-wrap .list .left{
	float: left;
	width: 43%;
}
.news-wrap .list .img{
	float: right;
	width: 63%;
	overflow: hidden;
}
.news-wrap .list .img img{
	transition:all .3s linear;
}
.news-wrap .list .list-time{
	position: absolute;
	left:0;
	top:0;
	width: 37%;
	height: 100%;
	transition:all .3s linear;
}
.news-wrap .list .list-time p{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	text-align: center;
	transform:translateY(-50%);
}
.news-wrap .list .list-time p span{
	display: block;
	color: #585858;
}
.news-wrap .list .list-time p .day{
	font-size: 40px;
	line-height: 50px;
	transition:all .3s linear;
}
.news-wrap .list .list-time p .ym{
	font-size: 18px;
	line-height: 28px;
	transition:all .3s linear;
}
.news-wrap .list .text-box .time{
    display: none;
}

.news-wrap .first-box:hover .img img{
	transform:scale(1.1);
}
.news-wrap .list li:hover .img img{
	transform:scale(1.1);
}
.news-wrap .list li:hover .list-time{
	background-color: #c7202e;
}
.news-wrap .list li:hover .list-time p .day,
.news-wrap .list li:hover .list-time p .ym{
	color: #fff;
}
.news-wrap .list .page{
	margin-top: 85px;
}
/*********news end*********/
.newsinfo-box{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.newsinfo-wrap{
	position: relative;
	z-index: 10;
	padding:80px 0 165px;
}
.newsinfo-wrap .left{
	width: 125px;
	text-align: right;
	position: absolute;
	left:30px;
	top:0;
}
.newsinfo-wrap .left .tit{
	font-size: 24px;
	color: #111111;
	line-height: 34px;
	padding-left:25px;
	padding-bottom: 10px;
	border-bottom:1px solid #e3e3e3;
}
.newsinfo-wrap .left .sub{
	padding-left: 25px;
	margin-top: 15px;
}
.newsinfo-wrap .left a{
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #888888;
	transition:all .3s linear;
}
.newsinfo-wrap .left a:hover,
.newsinfo-wrap .left a.cur{
	color: #111111;
}

.newsinfo-wrap .right{
	position: absolute;
	right: 30px;
	top:0;
	width: 60px;
}
.newsinfo-wrap .right .time{
	padding-bottom: 10px;
	border-bottom:2px solid #c7202e;
}
.newsinfo-wrap .right .md{
	font-size: 20px;
	line-height: 30px;
	color: #000;
}
.newsinfo-wrap .right .year{
	font-size: 14px;
	color: #000;
}
.newsinfo-wrap .share-box{
	margin-top: 30px;
}
.newsinfo-wrap .share-box a{
	display: block;
	float: none;
	width: 21px;
	height: 21px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
	transition:all .3s linear;
}
.newsinfo-wrap .share-box a:nth-child(1){
	background-image: url(../img/share-icon1.png);
}
.newsinfo-wrap .share-box a:nth-child(2){
	background-image: url(../img/share-icon2.png);
}
.newsinfo-wrap .share-box a:nth-child(3){
	background-image: url(../img/share-icon3.png);
}
.newsinfo-wrap .share-box a:hover{
	opacity: 1;
}
.newsinfo-wrap .share-box a:nth-child(1):hover{
	background-image: url(../img/h-share-icon1.png);
}
.newsinfo-wrap .share-box a:nth-child(2):hover{
	background-image: url(../img/h-share-icon2.png);
}
.newsinfo-wrap .share-box a:nth-child(3):hover{
	background-image: url(../img/h-share-icon3.png);
}

.newsinfo-wrap .middle{
	width: 1000px;
	padding:0 100px;
	box-sizing:border-box;
	margin:0 auto;
}
.newsinfo-wrap .middle h3{
	font-size: 22px;
	color: #000000;
	line-height: 32px;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #dadada;
	line-height: 30px;
}

.newsinfo-wrap .middle .pub-con{
	line-height: 34px;
	color: #636363;
}
.newsinfo-wrap .middle .pub-con img{
	width: auto;
	max-width: 100%;
}

.infoctrl{
	padding-top: 15px;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.infoctrl .pagectrl{
	
	line-height: 20px;
}
.infoctrl .pagectrl a{
	display: block;
	font-size: 14px;
	color:#666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.infoctrl .pageback{
	display: block;
	width: 120px;
	height:40px;
	background: #d41c1a;
	border-radius: 20px;
	margin:15px auto 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
	border:1px solid #d41c1a;
}
.infoctrl .pageback{
	margin:0;
	float: right;
}
.infoctrl{
	margin-top:40px;
	padding-top: 20px;
}
.infoctrl .pagectrl a,
.infoctrl .pageback{
	transition:all .3s linear;
}
.infoctrl .pagectrl a{
	margin-bottom: 10px;
}
.infoctrl .pagectrl a:hover{
	color:#d41c1a;
}
.infoctrl .pageback:hover{
	background: transparent;
	color:#d41c1a;
}
.newsinfo-wrap .culture-text{
	width: 1000px;
}

.culture-text .share-box{
	margin-top: 15px;
	text-align: center;
	height: 21px;
	font-size: 0;
}
.culture-text .share-box a{
	display: inline-block;
	float: none;
	width: 21px;
	height: 21px;
	margin:0 5px;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	transition:all .3s linear;
}
.culture-text .share-box a:nth-child(1){
	background-image: url(../img/share-icon1.png);
}
.culture-text .share-box a:nth-child(2){
	background-image: url(../img/share-icon2.png);
}
.culture-text .share-box a:nth-child(3){
	background-image: url(../img/share-icon3.png);
}
.culture-text .share-box a:hover{
	opacity: 1;
}
.culture-text .share-box a:nth-child(1):hover{
	background-image: url(../img/h-share-icon1.png);
}
.culture-text .share-box a:nth-child(2):hover{
	background-image: url(../img/h-share-icon2.png);
}
.culture-text .share-box a:nth-child(3):hover{
	background-image: url(../img/h-share-icon3.png);
}


.product-box{
	padding:100px 0 210px;
	background-color: #fafafa;
}
.product-box .pub-tit{
	text-align: center;
}
.product-box .list{
	margin-top: 45px;
}
.product-box .list li{
	padding:65px 95px;
	background-color: #fff;
	border-radius: 0 0 90px 0;
	margin-bottom: 35px;
}
.product-box .list li:last-child{
	margin-bottom: 0;
}
.product-box .list li .left{
	float: left;
	width: 61.5%;
}
.product-box .list li .left h3{
	font-size: 30px;
	line-height: 40px;
	color: #111;
	margin-bottom: 15px;
}
.product-box .list li .left h3 span{
	font-size: 14px;
	color: #ff0000;
}
.product-box .list li .left .pub-con{
	height: 240px;
	overflow: hidden;
}
.product-box .list li .left .pub-con .mCSB_scrollTools .mCSB_draggerRail{
	width: 1px;
	background-color: #cfd1d1;
}
.product-box .list li .left .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #c70313;
}
.product-box .list li .right{
	float: right;
	width: 36.7%;
	margin-top: 60px;
}

.invest-nav{
	background-color: #ffffff;
	box-shadow: 0 3px 27px rgba(0,0,0,.06);
}
.invest-nav .view{
	overflow: hidden;
}
.invest-nav .swiper-slide{
	width: 14.28%;
	text-align: center;
}
.invest-nav a{
	display: block;
	height: 80px;
	width: auto;
	line-height: 80px;
	font-size: 14px;
	font-family: arial;
	text-transform: capitalize;
	color: #30303c;
	position: relative;
	transition: all .3s linear;
}
.invest-nav a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background-color: #e5e5e5;
	transform: translateY(-50%);
}
.invest-nav .swiper-slide:first-child a:before{
	display: none;
}

.invest-nav .swiper-slide:hover a,
.invest-nav .swiper-slide.cur a{
	background: #c7202e;
	color: #fff;
}
.invest-nav .swiper-slide:hover a:before,
.invest-nav .swiper-slide.cur a:before{
	display: none;
	color: #fff;
}
.invest-box{
	padding:90px 0 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.invest-box .left{
	width: 310px;
	border: 2px solid #c7202e;
	padding: 15px 5px;
	float: left;
}
.invest-box .left .contact-tit{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #c7202e;
	line-height: 24px;
	padding: 0 15px;
}
.invest-box .left .divide{
	float: left;
	width: 1px;
	height: 65px;
	background-color: rgba(16,16,16,.2);
	margin-left: 10px;
	margin-top: 10px;
}
.invest-box .left .invest-logo{
	float: left;
	width: 85px;
	line-height: 85px;
}
.invest-box .left .con{
	width: 200px;
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.invest-box .right{
	float: right;
	width: 71.875%;
}
.invest-box .pub-tit{
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.invest-box .year-box{
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}
.invest-box .year-box .swiper-slide{
	width: auto;
	margin-right: 8px;
}
.invest-box .year-box .swiper-slide:last-child{
	margin-right: 0;
}
.invest-box .year-box a{
	display: block;
	font-size: 16px;
	line-height: 46px;
	width: 88px;
	color: #333;
	background-color: #eee;
	color: #333;
	transition: all .3s linear;
}
.invest-box .year-box .swiper-slide:hover a,
.invest-box .year-box .swiper-slide.cur a{
	background-color: #c7202e;
	color: #fff;
}

.invest-box .list{
	margin-top: 55px;
}
.invest-box .list .item{
	display: block;
	margin-bottom: 15px;
}
.invest-box .list .item .time{
	float: left;
	margin-right: 35px;
	color: #333;
}
.invest-box .list .item .txt-box{
	max-width: 85%;
	float: left;
	color: #333;
}
.invest-box .list .item .txt-box .txt{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../img/pdf.png');
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	box-sizing: border-box;
	
}

.invest-box .page{
	margin-top: 90px;
}
.invest-box .left.fixed{
	top: 190px;
	position: fixed;
}
@media(max-width: 1550px){

	.culture-tab .prev{
		left: -3%
	}
	.culture-tab .next{
		right: -3%
	}
}
@media(max-width: 1450px){
	.human-idea-box .list .row{
		margin-left: -30px;
		margin-right: -30px;
	}
	.human-idea-box .list .item{
		padding:0 30px;
	}

}
@media(max-width: 1366px){
	.view{
		max-width: 1200px;
	}
	.sub-banner .text-box{
		top:60%;
	}
	.sub-banner .text-box .con{
		
	}
	.sub-banner .text-box h3{
		font-size: 30px;
		line-height: 40px;
	}
	.sub-banner .text-box .con{
		font-size: 14px;
		margin-top: 20px;
		width: 400px;
	}
	.sub-banner .text-box .play-btn{
		margin-top: 20px;
	}

	.sub-nav-box .sub-nav a{
		height: 60px;
		line-height: 60px;
	}

	.about-wrap{
		padding:80px 0;
	}
	.pub-tit{
		font-size: 30px;
	}
	.about-box .left .about-tit{
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}
	.pub-con{
		font-size: 14px;
		line-height: 24px;
	}
	.about-box .left .num-box{
		/*padding:40px 50px;*/
		padding:30px 0 30px 30px;
		margin-top: 30px;
	}
	.dream-wrap .right{
		width: 310px;
		padding-top: 50px;
	}
	.dream-wrap .right .dream-list:before{
		left:140px;
		top:40px;
	}
	.dream-wrap .left{
		margin-left: -8%;
	}
	.dream-wrap .right .item .icon{
		width: 73px;
	}
	.dream-wrap .right .item .text{
		font-size: 16px;
	}
	.dream-wrap .right .item:nth-child(1) .text{
		margin-right: 30px;
	}
	.dream-wrap .right .item .point{
		left:132px;
	}
	.dream-wrap .right .item:last-child:before{
		left:140px;
	}
	.event-wrap{
		padding:100px 0;
	}
	.event-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-bottom: 85px;
	}
	.event-wrap .item{
		margin-right: 100px;
		width: 260px;
	}
	.event-wrap .item .icon{
		width: 100px;
	}
	.event-wrap .item .year .time{
		font-size: 20px;
		line-height: 30px;
	}
	.event-wrap .item .text-box h3{
		font-size: 20px;
		line-height: 30px;
	}
	.honor-wrap{
		padding:100px 0;
	}
	.honor-wrap .honor .right{
		padding-bottom:40px;
	}
	.honor-wrap .honor .right .list a{
		padding:15px 0 15px 45px;
	}
	.about-dialog h3{
		font-size: 20px;
		line-height: 30px;
	}
	.about-dialog .pub-con{
		margin-top: 20px;
	}
	.video-box .video{
		width: 800px;
		height: 450px;
	}

	.team-box{
		padding: 100px 0;
	}
	.team-box .team{
		margin-top: 50px;
	}
	.team-box .item{
		width: 280px;
		margin-right: 50px;
	}
	.team-box .text-box .tit{
		font-size: 20px;
	    line-height: 30px;
	}
	.team-box .text-box .desc{
		font-size: 16px;
		line-height: 26px;
	}
	.team-box .text-box .more-btn{
		margin-top: 10px;
	}

	/************about end********/
	.sub-banner .text .line {
	    width: 80px;
	    height: 4px;
	    margin-top: 30px;
	}
	.idea-wrap .right{
		width: 750px;
		height: 750px;
	}
	.idea-wrap .right .c2{
		width: 650px;
		height: 650px;
	}
	.idea-wrap .right .c3{
		width: 550px;
		height: 550px;
	}
	.idea-wrap .right .c4{
		width: 450px;
		height: 450px;
	}
	.idea-wrap .right .img{
		width: 350px;
		height: 350px;
	}
	.idea-wrap .right .con-list .item .icon{
		width: 80px;
		height: 80px;
	}
	.idea-wrap .right .con-list .item:nth-child(1){
		top:-120px;
	}
	.idea-wrap .right .con-list .item .icon .txt-box .txt{
		font-size: 16px;
		line-height: 26px;
	}
	.idea-wrap .right .tit-list .item{
		font-size: 16px;
		line-height: 26px;
	}
	.idea-wrap .right .tit-list .item:nth-child(2),
	.idea-wrap .right .tit-list .item:nth-child(3){
	    font-size: 18px;
	    line-height: 28px;
	}
	.idea-wrap .right .con-list .item:nth-child(4){
		bottom:-140px;
	}
	.idea-wrap .right .tit-list .item:nth-child(1){
		top:20px;
	}
	.idea-wrap .right .tit-list .item:nth-child(4){
		bottom:20px;
	}
	.idea-wrap .right .tit-list .item:nth-child(2){
		left:30px;
	}
	.idea-wrap .right .tit-list .item:nth-child(3){
		right:30px;
	}
	.idea-wrap .right .con-list .item:nth-child(3){
		right: -135px;
    	width: 150px;
	}
	.idea-wrap .left .img{
		margin-top: 120px;
	}

	.support-wrap .support .item .con-box{
		padding:30px 20px 30px;
	}
	.support-wrap .support .item .txt{
		font-size: 14px;
		height: 72px;
		line-height: 24px;
	}
	.culture-wrap .culture .swiper-slide .text-box{
		padding:30px;
	}
	.culture-tab .prev{
		left: -2%
	}
	.culture-tab .next{
		right: -2%
	}
	.human-idea-box .list .row{
		margin-left:-20px;
		margin-right:-20px;
	}
	.human-idea-box .list .item{
		padding:0 20px;
	}
	.human-idea-box .list .item .dialog{
		padding:30px;
	}
	.human-idea-box .list .item .tit{
		font-size: 20px;
	}

	.team-img{
		height: 500px;
	}
	.recruit-box .recruit-list li .tit-box{
		padding:15px 40px;
	}
	.recruit-box .recruit-list li .tit-box .staff{
		width: 120px;
	}
	.recruit-box .recruit-list li .tit-box .require-item .item span:nth-child(1) {
	    width: 150px;
	}
	.recruit-box .recruit-list li .tit-box .require-item .item span {
	    margin-right: 40px;
	}
	.recruit-box .recruit-list li .tit-box .btns{
		margin:0;
	}
	.recruit-box .recruit-list li .tit-box .btns a{
		display: block;
		margin:0 0 10px 0;
	}
	.recruit-box .recruit-list li .sub{
		padding:30px 40px;
	}
	.recruit-box .recruit-list li .sub h3{
		font-size: 16px;
	}
	.contact-wrap{
		padding:90px 0;
	}
	.contact-wrap .contact-list .icon{
		width: 120px;
	}
	.contact-wrap .contact-list .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.contact-wrap .contact-list .con{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.contact-dialog-box .contact-dialog{
		padding: 60px 80px 60px;
		width: 700px;
	}
	.contact-dialog-box .contact-dialog input[type=text]{
		font-size: 14px;
	}
	.contact-dialog-box .contact-dialog textarea{
		font-size: 14px;
	}
	.contact-dialog-box .contact-dialog input[type=submit]{
		font-size: 14px;
	}

	/***********join end********/
	.partner-box{
		padding:100px 0;
	}
	.partner-box .partner-list{
		margin-top: 40px;
	}
	.partner-box .item .text h3{
		font-size: 16px;
		line-height: 26px;
	}
	.partner-box .item .text{
		padding:25px 10px 15px 20px;
	}

	/********partner end********/
	.news-wrap{
		padding:100px 0;
	}
	.news-wrap .text-box .time{
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 28px;
	}
	.news-wrap .text-box .tit {
	    font-size: 18px;
	    line-height: 30px;
	}
	.news-wrap .text-box .con {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 15px;
	}
	.news-wrap .text-box .detail {
	    margin-top: 20px;
	}

	/*********news end*********/
	.newsinfo-wrap{
		padding:80px 0;
	}
	.newsinfo-wrap .middle{
		width: 600px;
		padding:0;
	}
	.newsinfo-wrap .right{
		margin-right: 65px;
	}
	.newsinfo-wrap .middle{
		width: 800px;
	}

	.product-box{
		padding:100px 0;
	}
	.product-box .list li{
		padding:40px;
	}
	.invest-box{
		padding: 70px 0;
	}
	.invest-nav .swiper-slide{
		width: auto;
	}
	.invest-nav .swiper-slide a{
		padding: 0 20px;
		line-height: 60px;
		height: 60px;
	}
	.invest-box .left{
		width: 290px;
	}
	.invest-box .left .divide{
		margin-left: 10px;
	}
	.invest-box .pub-tit{
		padding-bottom: 10px;
	}
	.invest-box .year-box{
		margin-top: 20px;
	}
	.invest-box .list{
		margin-top: 30px;
	}
	.invest-box .page{
		margin-top: 50px;
	}
	.invest-box .right{
		/* width: 65%; */
	}
	.invest-box .left{
		width: 23vw;
		padding: 15px;
		box-sizing: border-box;
	}
	.invest-box .left .invest-logo,
	.invest-box .left .divide,
	.invest-box .left .con{
		float: none;
		
	}
	.invest-box .left .divide,
	.invest-box .left .con{
		width: 100%;
	}
	.invest-box .left .divide{
		height: 1px;
		width: 100%;
		display: none;
		margin: 10px 0;
	}
	.invest-box .list .item .txt-box{
		width: 80%;
	}

}
